home *** CD-ROM | disk | FTP | other *** search
- /* Your User Statistics v1.0 By Instigist */
- /* Snake Pit BBS: 310-863-3754 */
- options results
- BBSIDENTIFY USER
- temp = result
- parse var temp '"'name'" "'from'" 'access
- BBSIDENTIFY EMULATION
- term = result
- print " "
- print "Logon Statistics v1.0 By Instigist"
- print "Handle : "name
- print "Location : "from
- print "Access : "access
- print "Translation : "term
- print "Time Online : "TIMEONLINE
- print "Time Left : "TIMELEFT
-
- exit
-